LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PointToPhysical(PointF[]) Method
See Also 



pts
The input logical points.
pts
The input logical points.
Converts the specified points from logical to physical coordinates.

Syntax

Visual Basic (Declaration) 
Overloads Public Function PointToPhysical( _
   ByVal pts() As PointF _
) As PointF()
Visual Basic (Usage)Copy Code
Dim instance As Transformer
Dim pts() As PointF
Dim value() As PointF
 
value = instance.PointToPhysical(pts)
C# 
public PointF[] PointToPhysical( 
   PointF[] pts
)
C++/CLI 
public:
array<PointF>^ PointToPhysical( 
   array<PointF>^ pts
) 

Parameters

pts
The input logical points.

Return Value

The points converted from logical to physical coordinates.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also